*{
    margin: 0;
    padding: 0;
    font-family: century;

  }
  .banner{
    width: 100%;
      height: 700px;
      background-image: url(images/banner.png);
      background-position: center;
      background-size: cover;
      padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;

  }

  /*Navbar*/
  .navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
}
.navbar ul{
    display: flex;
    list-style: none;
    margin: 20px 0px;
}
.navbar ul li{
    display: block;
    font-family: century;
    font-size: 1rem;
    font-weight: bold;
}
.navbar ul li a{
    text-decoration: none;
    color: white;
    padding: 8px 25px;
    transition: all .5s ease;
}
.navbar ul li a:hover{
    background-color: white;
    color: black;
    box-shadow: 0 0 10px white;
}
  .content{
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      text-align: center;
      text-shadow: 0 0 10px;
      color: black;

  }
  .content h1{
      font-size: 80px;
      text-shadow: 0 0 10px;
      margin: 20px auto;
      font-weight: 100;
      line-height: 45px;
  }
  .container {
     width: auto;
      margin: 50px;
      padding: 50px;
    }
    .headings{
      font-family: century;
      text-shadow: 0 0 10px;
      font-size: 40px;
      text-align: center;
      margin: 40px 0px;
    }

    /*train section*/

    .train{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
      }
      h1{
        font-size: 36px;
        font-weight: 600;
        justify-content: center;
      
      }
    
      img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 350px;
        width: 400x;
        
    
      }
      
      .column{
        display: center;
        justify-content: space-between;
        margin-left: 250px;
        margin-right: 250px
      }
      .train-col{
        flex-basis: 31%;
        background-color: #fff3ff;
        border-radius: 10px;
        margin-bottom: 5%;
        padding: 20px 12px;
        box-sizing: border-box;
        transition: 0.5s;
      }
      h3{
        text-align: center;
        font-weight: 600;
        margin: 10px 0;
      }
      .train-col:hover{
        box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
      }
      

    /*building Section*/
.building{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  h1{
    font-size: 36px;
    font-weight: 600;
    justify-content: center;
  
  }

  img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width: 400x;
    

  }
  
  .column{
    display: center;
    justify-content: space-between;
    margin-left: 250px;
    margin-right: 250px
  }
  .building-col{
    flex-basis: 31%;
    background-color: #fff3ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }
  .building-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  }
  
   
  
  /*lock Section*/
.lock{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  h1{
    font-size: 36px;
    font-weight: 600;
    justify-content: center;
  
  }

  img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width: 400x;
    

  }
  
  .column{
    display: center;
    justify-content: space-between;
    margin-left: 250px;
    margin-right: 250px
  }
  .lock-col{
    flex-basis: 31%;
    background-color: #fff3ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }
  .lock-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  }
  
    /*garden Section*/
.garden{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  h1{
    font-size: 36px;
    font-weight: 600;
    justify-content: center;
  
  }

  img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width: 400x;
    

  }
  
  .column{
    display: center;
    justify-content: space-between;
    margin-left: 250px;
    margin-right: 250px
  }
  .garden-col{
    flex-basis: 31%;
    background-color: #fff3ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }
  .garden-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  }
  
    /*habitat Section*/
.habitat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  h1{
    font-size: 36px;
    font-weight: 600;
    justify-content: center;
  
  }

  img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
    width: 400x;
    

  }
  
  .column{
    display: center;
    justify-content: space-between;
    margin-left: 250px;
    margin-right: 250px
  }
  .habitat-col{
    flex-basis: 31%;
    background-color: #fff3ff;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
  }
  h3{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
  }
  .habitat-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
  }
  /*Footer Section*/
footer {
  background-color: lightslategray; /* Replace with your desired background color */
  padding: 20px; /* Add some padding to the footer content */
  text-align: center; /* Center-align the content within the footer */
}
  